home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / smalltlk.zip / READ_ME.DOS < prev   
Text File  |  1990-09-23  |  1KB  |  27 lines

  1. This is a version of Timothy Budd's Little Smalltalk system modified 
  2. (slightly) to run under DOS.  I made some minor modifications to the source
  3. code to get it to compile and run properly using Turbo C++, Version 1.0.
  4. The modifications can be located by looking for the preprocessor symbol 
  5. PCTURBO in the source.  Turbo C++ makefiles are included in each 
  6. subdirectory with the name MAKEFILE.MAK.  The original Unix makefiles are
  7. also in each subdirectory.  The one area where I couldn't be much help is 
  8. with the documentation, which is in Unix troff format.  Either try to make 
  9. your way through the documentation in the \docs subdirectory (good luck!), 
  10. or get Professor Budd's book, A Little Smalltalk, (Addison-Wesley, 1987).
  11.  
  12. As far as I can tell the program runs correctly. The fastload and environment
  13. save feature does not work.  It looks to be implemented in a very system 
  14. specific manner, so I leave the problem to someone with more time to devote 
  15. to it than I have. The equivalent of the curses routines and the printAt 
  16. message are supported in this implementation.  The plotlib graphics are NOT 
  17. supported.
  18.  
  19. This was definately a quick-and-dirty port on my part.  Hope the effort proves
  20. useful to someone else.
  21.  
  22.                                 Jim Ancona
  23.                                 21 Scar Hill Road
  24.                                 Boylston, MA  01505
  25.                                 
  26.                                 September 23, 1990
  27.